home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xearth-0.92 / HISTORY < prev    next >
Text File  |  1995-06-25  |  3KB  |  87 lines

  1. RCS $Id: HISTORY,v 1.2 1994/06/01 23:38:14 tuna Exp $
  2.  
  3. Release history for xearth, version 0.92
  4. Kirk Lauritz Johnson <tuna@cag.lcs.mit.edu>
  5. 1 June 1994
  6.  
  7.  
  8. xearth version 0.92 (1 June 1994)
  9.  
  10.   Fixed the broken code that was attempting to handle the situation
  11.   when the requested font couldn't be loaded.
  12.  
  13.   Added black border/outline to label text (as was already being done
  14.   for marker text).
  15.  
  16.   Several small changes to keep lint happier.
  17.  
  18.  
  19. xearth version 0.91 (25 May 1994)
  20.  
  21.   Added code #ifdef-ed by NO_RANDOM and NO_SETPRIORITY to provide a
  22.   standard workaround for systems without random() and/or
  23.   setpriority().
  24.  
  25.   First cut at support for monochrome mode and 1-bit framebuffers.
  26.   Monochrome mode is the default on 1-bit framebuffers; it can also be
  27.   enabled with the "-mono" command line flag or the ".mono" X
  28.   resource.
  29.  
  30.   Provided built-in bzero() workalike to avoid problems with pre-X11R5
  31.   systems not having <X11/Xfuncs.h> and dealing with the ugly
  32.   machinations required to automatically determine the right thing to
  33.   do.
  34.  
  35.   Fixed bug in man page; the description of the interpretation of
  36.   positive and negative values of longitude was incorrect.
  37.  
  38.   Fixed and uncommented the code that tries to kill the resources of
  39.   any previous clients that had scribbled on the root window and left
  40.   an _XSETROOT_ID property. (Note that xearth still doesn't set an
  41.   _XSETROOT_ID property itself; see the big comment near line 380 of
  42.   x11.c for details.)
  43.  
  44.   Minor performance tweaks and a few bug fixes in the dithering code.
  45.  
  46.   Added complete text of copyright to all source and documentation
  47.   files (necessary for inclusion in the X11R6 contrib package).
  48.  
  49.  
  50. xearth version 0.9 (14 May 1994)
  51.  
  52.   Wholesale changes. Many new features, including:
  53.  
  54.   - child process no longer forked by default
  55.   - support for fixed, sun-relative, and orbital viewing positions
  56.   - lines of longitude and latitude
  57.   - (random) star-filled backgrounds
  58.   - support for both command line options and X resources
  59.   - brightly-colored location markers
  60.  
  61.   plus numerous other small changes and bug fixes.
  62.  
  63.  
  64. xearth version 0.5 (23 July 1993)
  65.  
  66.   Initial release
  67.  
  68. ----------------------------------------------------------------
  69.  
  70. Copyright (C) 1994 Kirk Lauritz Johnson
  71.  
  72. Permission to use, copy, modify, distribute, and sell this software
  73. and its documentation for any purpose is hereby granted without fee,
  74. provided that the above copyright notice appear in all copies and that
  75. both that copyright notice and this permission notice appear in
  76. supporting documentation. The author makes no representations about
  77. the suitability of this software for any purpose. It is provided "as
  78. is" without express or implied warranty.
  79.  
  80. THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  81. INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  82. EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  83. CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  84. USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  85. OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  86. PERFORMANCE OF THIS SOFTWARE.
  87.